| Avoid slowing down the critical rendering path (avoidRenderBlocking) | The page has 1 blocking requests and 0 in body parser blocking (1 JavaScript and 0 CSS). | 90 |
| Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path. |
| Offenders: https://apps.mypurecloud.com/messenger/newrelic/newrelic-agent.js |
| Avoid using Google Tag Manager. (googleTagManager) | The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page. | 0 |
| Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance. |
| Inline CSS for faster first render (inlineCss) | The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens. | 95 |
| Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded. |
| Avoid CPU Long Tasks (longTasks) | The page has 37 CPU long tasks with the total of 6.219 s. The total blocking time is 4.330 s and 1 long task before first contentful paint with total time of 89 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks. | 0 |
| Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler. |
| Offenders: selfselfselfselfselfselfselfselfselfselfselfselfmultiple-contextsmultiple-contextsselfselfselfselfmultiple-contextsselfselfselfcross-origin-descendantcross-origin-descendantselfselfselfselfselfselfselfselfmultiple-contextsselfcross-origin-descendantselfself |
| Avoid Frontend single point of failures (spof) | The page has 1 request inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head. | 90 |
| Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag. |
| Offenders: https://fonts.googleapis.com/css?family=Barlow:200,400,700 |
| Avoid doing redirects (assetsRedirects) | The page has 1 redirect. 1 request are from other domains, it could be 3rd-party assets doing unnecessary redirects. :( | 90 |
| Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile. |
| Offenders: https://10192411.fls.doubleclick.net/activityi;src=10192411;type=visit0;cat=30da...81%3Ficn%3Dtopnav |
| Avoid extra requests by setting cache headers (cacheHeaders) | The page has 27 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 6.4 kB the next access. | 0 |
| Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request. |
| Offenders: https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s54356901955526...1/s54356901955526 https://www.facebook.com/tr/....facebook.com/tr/ https://www.vans.ca/api/wishlists/v2/favorites https://www.vans.ca/api/products/v1/catalog...oducts/v1/catalog https://www.vans.ca/content/publish/caas/v1/commercepage/vans-en-ca/category/00081 https://f.monetate.net/trk/4/s/a-1c6f575e/p/vans.ca-1.5/919696133-2...a-1.5/919696133-2 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/849976899/...ersion/849976899/ https://10192411.fls.doubleclick.net/activityi;src=10192411;type=visit0;cat=30da...81%3Ficn%3Dtopnav https://10192411.fls.doubleclick.net/activityi;dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw...81%3Ficn%3Dtopnav https://apps.mypurecloud.com/genesys-bootstrap/genesys.min.js https://c.contentsquare.net/pageview...uare.net/pageview https://www.facebook.com/tr/....facebook.com/tr/ https://p.brsrvr.com/pix.gif...rsrvr.com/pix.gif https://nova.collect.igodigital.com/c2/514010235/track_page_view...5/track_page_view https://bat.bing.com/action/0...bing.com/action/0 https://adservice.google.com/ddm/fls/z/dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw;src=101...81%3Ficn%3Dtopnav https://www.google.com/pagead/1p-user-list/849976899/...r-list/849976899/ https://www.google.com.co/pagead/1p-user-list/849976899/...r-list/849976899/ https://apps.mypurecloud.com/messenger/messenger.html https://apps.mypurecloud.com/messenger/newrelic/newrelic-agent.js https://apps.mypurecloud.com/cxbus/cxbus.min.js https://apps.mypurecloud.com/messenger/messagingMiddleware.min.js https://apps.mypurecloud.com/messenger/defaultVendors.min.js https://apps.mypurecloud.com/messenger/vendors.min.js https://apps.mypurecloud.com/messenger/main.min.js https://apps.mypurecloud.com/messenger/engage.min.js https://bam-cell.nr-data.net/1/7a5b0de38e....net/1/7a5b0de38e |
| Long cache headers is good (cacheHeadersLong) | The page has 46 requests that have a shorter cache time than 30 days (but still a cache time). | 54 |
| Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version. |
| Offenders: https://images.vans.com/is/image/Vans/VN000EYE_W00_HERO...VN000EYE_W00_HERO https://images.vans.com/is/image/Vans/VN000EYE_W00_ALT1...VN000EYE_W00_ALT1 https://images.vans.com/is/image/Vans/VN000EYE_BWW_HERO...VN000EYE_BWW_HERO https://images.vans.com/is/image/Vans/VN000EYE_BWW_ALT1...VN000EYE_BWW_ALT1 https://images.vans.com/is/image/Vans/VN000EYE_BKA_HERO...VN000EYE_BKA_HERO https://images.vans.com/is/image/Vans/VN000EYE_BKA_ALT1...VN000EYE_BKA_ALT1 https://images.vans.com/is/image/Vans/VN0A7Q5R_TYQ_HERO...VN0A7Q5R_TYQ_HERO https://images.vans.com/is/image/Vans/VN0A7Q5R_TYQ_ALT1...VN0A7Q5R_TYQ_ALT1 https://images.vans.com/is/image/Vans/VN000D3H_Y28_HERO...VN000D3H_Y28_HERO https://images.vans.com/is/image/Vans/VN000D3H_Y28_ALT1...VN000D3H_Y28_ALT1 https://images.vans.com/is/image/Vans/VN000D3H_W00_HERO...VN000D3H_W00_HERO https://images.vans.com/is/image/Vans/VN000D3H_W00_ALT1...VN000D3H_W00_ALT1 https://images.vans.com/is/image/Vans/VN0A7Q5M_6BT_HERO...VN0A7Q5M_6BT_HERO https://images.vans.com/is/image/Vans/VN0A7Q5M_6BT_ALT1...VN0A7Q5M_6BT_ALT1 https://images.vans.com/is/image/Vans/VN0A3D29_OIU_HERO...VN0A3D29_OIU_HERO https://images.vans.com/is/image/Vans/VN0A3D29_OIU_ALT1...VN0A3D29_OIU_ALT1 https://images.vans.com/is/image/Vans/VN000D5I_B8C_HERO...VN000D5I_B8C_HERO https://images.vans.com/is/image/Vans/VN000D5I_B8C_ALT1...VN000D5I_B8C_ALT1 https://images.vans.com/is/image/Vans/VN0A4U16_L5R_HERO...VN0A4U16_L5R_HERO https://images.vans.com/is/image/Vans/VN0A4U16_L5R_ALT1...VN0A4U16_L5R_ALT1 https://images.vans.com/is/image/Vans/VN000D5I_NVY_HERO...VN000D5I_NVY_HERO https://images.vans.com/is/image/Vans/VN000D5I_NVY_ALT1...VN000D5I_NVY_ALT1 https://images.vans.com/is/image/Vans/VN000EE3_BLK_HERO...VN000EE3_BLK_HERO https://images.vans.com/is/image/Vans/VN000EE3_BLK_ALT1...VN000EE3_BLK_ALT1 https://images.vans.com/is/image/Vans/VN000EE3_W00_HERO...VN000EE3_W00_HERO https://images.vans.com/is/image/Vans/VN000EE3_W00_ALT1...VN000EE3_W00_ALT1 https://images.vans.com/is/image/Vans/VN000EE3_BKA_HERO...VN000EE3_BKA_HERO https://images.vans.com/is/image/Vans/VN000EE3_BKA_ALT1...VN000EE3_BKA_ALT1 https://images.vans.com/is/image/Vans/VN0A4U1K_BLK_HERO...VN0A4U1K_BLK_HERO https://images.vans.com/is/image/Vans/VN0A4U1K_BLK_ALT1...VN0A4U1K_BLK_ALT1 https://images.vans.com/is/image/Vans/VN0A4U1K_6KA_HERO...VN0A4U1K_6KA_HERO https://images.vans.com/is/image/Vans/VN0A4U1K_6KA_ALT1...VN0A4U1K_6KA_ALT1 https://images.vans.com/is/image/Vans/VN0A4U1K_QLZ_HERO...VN0A4U1K_QLZ_HERO https://images.vans.com/is/image/Vans/VN0A4U1K_QLZ_ALT1...VN0A4U1K_QLZ_ALT1 https://images.vans.com/is/image/Vans/VN0A4U1K_WHT_HERO...VN0A4U1K_WHT_HERO https://images.vans.com/is/image/Vans/VN0A4U1K_WHT_ALT1...VN0A4U1K_WHT_ALT1 https://images.vans.com/is/image/Vans/VN0005UT_BLT_HERO...VN0005UT_BLT_HERO https://images.vans.com/is/image/Vans/VN0005UT_BLT_ALT1...VN0005UT_BLT_ALT1 https://images.vans.com/is/image/Vans/VN0A5JM1_W00_HERO...VN0A5JM1_W00_HERO https://images.vans.com/is/image/Vans/VN0A5JM1_W00_ALT1...VN0A5JM1_W00_ALT1 https://images.vans.com/is/image/Vans/VN0009QC_NWD_HERO...VN0009QC_NWD_HERO https://images.vans.com/is/image/Vans/VN0009QC_NWD_ALT1...VN0009QC_NWD_ALT1 https://images.vans.com/is/image/Vans/VN0009QC_6BT_HERO...VN0009QC_6BT_HERO https://images.vans.com/is/image/Vans/VN0009QC_6BT_ALT1...VN0009QC_6BT_ALT1 https://images.vans.com/is/image/Vans/VN0009QC_BKA_HERO...VN0009QC_BKA_HERO https://images.vans.com/is/image/Vans/VN0A5FCB_BMB_HERO...VN0A5FCB_BMB_HERO |
| Always compress text content (compressAssets) | The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead. | 90 |
| Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith. |
| Offenders: |
| Total JavaScript size shouldn't be too big (javascriptSize) | The total JavaScript transfer size is 5.3 kB and the uncompressed size is 1.4 MB. This is totally crazy! There is really room for improvement here. | 50 |
| Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks? |
| Offenders: |
| Don't use private headers on static content (privateAssets) | The page has 3 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone. | 70 |
| Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private. |
| Offenders: https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s54356901955526...1/s54356901955526 https://10192411.fls.doubleclick.net/activityi;dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw...81%3Ficn%3Dtopnav https://nova.collect.igodigital.com/c2/514010235/track_page_view...5/track_page_view |